Opc.Ua.Core
DoubleCollection Constructor(IEnumerable<Double>)



Opc.Ua Namespace > DoubleCollection Class > DoubleCollection Constructor : DoubleCollection Constructor(IEnumerable<Double>)
A collection of doubles to add into this collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Double) _
)
 
'Usage
 
Dim collection As IEnumerable(Of Double)
 
Dim instance As New DoubleCollection(collection)

Parameters

collection
A collection of doubles to add into this collection
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DoubleCollection Class
DoubleCollection Members
Overload List